home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / gblanker3.5.src.lha / GSource / Makefile < prev    next >
Encoding:
Makefile  |  1994-10-19  |  544 b   |  30 lines

  1. NAME = Garshneblanker
  2. INSTALL = /GBlanker/Garshneblanker
  3.  
  4. CC = SC
  5. LD = SLink
  6.  
  7. OBJS = main.o winhand.o prefs.o module.o cxhand.o libraries.o handlers.o Garshneblanker.o
  8.  
  9. all: $(OBJS)
  10.     $(CC) LINK $(OBJS) PNAME $(NAME)
  11.     Delete FORCE QUIET $(NAME).lnk
  12.  
  13. Garshneblanker.o: Garshneblanker.c
  14.     $(CC) IGN=100 IGN=147 IGN=154 $*.c
  15.  
  16. .c.o:
  17.     $(CC) $*.c
  18.  
  19. clean:
  20.     Delete FORCE QUIET $(OBJS) $(NAME)
  21.  
  22. install: all
  23.     $(LD) FROM $(NAME) TO $(INSTALL) NODEBUG NOICONS
  24.  
  25. bumprev:
  26.     BumpRev 38 Garshneblanker
  27.  
  28. revision: bumprev
  29.     Delete FORCE QUIET Garshneblanker_rev.i
  30.